<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
    <channel>
        <title>Global Internet Business Solutions ~ GIBS</title> 
        <link>https://gibs.com</link> 
        <description>RSS feeds for Global Internet Business Solutions ~ GIBS</description> 
        <ttl>60</ttl> <item>
    <comments>https://gibs.com/Support/Knowledge-Base/ID/54/WebForms_UnobtrusiveValidationMode_requires_a_ScriptResourceMapping_for_jquery#Comments</comments> 
    <slash:comments>0</slash:comments> 
    <wfw:commentRss>https://gibs.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=51&amp;ModuleID=411&amp;ArticleID=54</wfw:commentRss> 
    <trackback:ping>https://gibs.com:443/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=54&amp;PortalID=0&amp;TabID=51</trackback:ping> 
    <title>WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for &#39;jquery&#39;.</title> 
    <link>https://gibs.com/Support/Knowledge-Base/ID/54/WebForms_UnobtrusiveValidationMode_requires_a_ScriptResourceMapping_for_jquery</link> 
    <description>System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive). 


Solution

Add below appSettings to the root web.configl file to solve this error.

&lt;appSettings&gt;&nbsp; &nbsp; &lt;add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /&gt;&lt;/appSettings&gt;
</description> 
    <dc:creator></dc:creator> 
    <pubDate>Fri, 10 Mar 2017 19:34:00 GMT</pubDate> 
    <guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:54</guid> 
    
</item>
<item>
    <comments>https://gibs.com/Support/Knowledge-Base/ID/89/DNN_404_Errors_on_IIS_7_using_ApplicationPoolIdentity#Comments</comments> 
    <slash:comments>0</slash:comments> 
    <wfw:commentRss>https://gibs.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=51&amp;ModuleID=411&amp;ArticleID=89</wfw:commentRss> 
    <trackback:ping>https://gibs.com:443/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=89&amp;PortalID=0&amp;TabID=51</trackback:ping> 
    <title>DNN 404 Errors on IIS 7 using ApplicationPoolIdentity</title> 
    <link>https://gibs.com/Support/Knowledge-Base/ID/89/DNN_404_Errors_on_IIS_7_using_ApplicationPoolIdentity</link> 
    <description>Solved on IIS7.Issue is in the web config the &lt;modules tag needs to be changed to the following:&nbsp;&lt;system.webServer&gt;&nbsp; &nbsp; &lt;modules runAllManagedModulesForAllRequests="true"&gt;</description> 
    <dc:creator></dc:creator> 
    <pubDate>Tue, 02 Sep 2014 12:17:00 GMT</pubDate> 
    <guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:89</guid> 
    
</item>
<item>
    <comments>https://gibs.com/Support/Knowledge-Base/ID/140/Sample_Connection_Strings#Comments</comments> 
    <slash:comments>0</slash:comments> 
    <wfw:commentRss>https://gibs.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=51&amp;ModuleID=411&amp;ArticleID=140</wfw:commentRss> 
    <trackback:ping>https://gibs.com:443/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=140&amp;PortalID=0&amp;TabID=51</trackback:ping> 
    <title>Sample Connection Strings</title> 
    <link>https://gibs.com/Support/Knowledge-Base/ID/140/Sample_Connection_Strings</link> 
    <description>Oracle: &quot;Provider=MSDAORA; Data Source=ORACLE8i7;Persist Security Info=False;Integrated Security=yes&quot;
Microsoft Access: &quot;Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\bin\LocalAccess40.mdb&quot;
SQL Server (Integrated Security): &quot;Provider=SQLOLEDB; Data Source=MySQLServer; Integrated Security=SSPI&quot;
SQL Server: &quot;Provider=SQLOLEDB; Data Source=myServerAddress; Initial Catalog=myDataBase; User Id=myUsername; Password=myPassword&quot;
MySQL: &quot;Provider=MySQLProv; Server=myServerAddress; Database=myDataBase; Uid=myUsername; Pwd=myPassword;&quot;
IBM AS/400: &quot;Provider=SNAOLEDB; DataSource=myServerAddress; UserID=myUsername; Password=myPassword; DataCompression=True;&quot;</description> 
    <dc:creator></dc:creator> 
    <pubDate>Tue, 09 Aug 2011 09:12:00 GMT</pubDate> 
    <guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:140</guid> 
    
</item>
<item>
    <comments>https://gibs.com/Support/Knowledge-Base/ID/148/DNN_Remember_Login_Checkbox#Comments</comments> 
    <slash:comments>0</slash:comments> 
    <wfw:commentRss>https://gibs.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=51&amp;ModuleID=411&amp;ArticleID=148</wfw:commentRss> 
    <trackback:ping>https://gibs.com:443/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=148&amp;PortalID=0&amp;TabID=51</trackback:ping> 
    <title>DNN Remember Login Checkbox</title> 
    <link>https://gibs.com/Support/Knowledge-Base/ID/148/DNN_Remember_Login_Checkbox</link> 
    <description>Enabling the "Remember Login" checkbox on your DotNetNuke web site requires a web.config change.
If you want to make similar changes to your own site, edit your web.config and update the following nodes to whatever value you require (the approriate fields are identied in bold below - all values are in minutes i.e. 60 minutes*24 hours*14 days=20160).
&lt;forms name=".DOTNETNUKE" protection="All" timeout="120" cookieless="UseCookies" /&gt;
&lt;add key="PersistentCookieTimeout" value="20160" /&gt;</description> 
    <dc:creator></dc:creator> 
    <pubDate>Tue, 05 Apr 2011 09:30:00 GMT</pubDate> 
    <guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:148</guid> 
    
</item>
<item>
    <comments>https://gibs.com/Support/Knowledge-Base/ID/316/HttpRunTime_executionTimeout#Comments</comments> 
    <slash:comments>0</slash:comments> 
    <wfw:commentRss>https://gibs.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=51&amp;ModuleID=411&amp;ArticleID=316</wfw:commentRss> 
    <trackback:ping>https://gibs.com:443/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=316&amp;PortalID=0&amp;TabID=51</trackback:ping> 
    <title>HttpRunTime executionTimeout</title> 
    <link>https://gibs.com/Support/Knowledge-Base/ID/316/HttpRunTime_executionTimeout</link> 
    <description>
&lt;httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="28576" requestLengthDiskThreshold="8192" executionTimeout="4600" /&gt;</description> 
    <dc:creator></dc:creator> 
    <pubDate>Sun, 28 Feb 2010 09:52:00 GMT</pubDate> 
    <guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:316</guid> 
    
</item>

    </channel>
</rss>